Click or drag to resize

ServiceReplyToAll Method (IListReplyAllItem, MessageDisposition, FolderId)

Sends reply messages to all recipients.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> ReplyToAll(
	IList<ReplyAllItem> replyAllItems,
	MessageDisposition messageDisposition,
	FolderId sentItemsFolderId
)

Parameters

replyAllItems
Type: System.Collections.GenericIListReplyAllItem
The reply all items.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
The message disposition.
sentItemsFolderId
Type: Independentsoft.ExchangeFolderId
The sent items folder identifier.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also